SipClientAuthentication Method |
Authentications the specified request.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic string Authentication(
Request request,
Response response
)
Public Function Authentication (
request As Request,
response As Response
) As String
Parameters
- request
- Type: Independentsoft.SipRequest
The request. - response
- Type: Independentsoft.SipResponse
The response.
Return Value
Type:
StringSystem.String.
Exceptions
See Also